home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -screenplay- / -commercial- / napalmdemo_v1.1 / napalmboot < prev    next >
Text File  |  1999-02-08  |  710b  |  21 lines

  1.  
  2. if not exists "T:"
  3.  assign t: ram:
  4. endif
  5.  
  6. set q `requestchoice title="Request" body="The game will now reboot your computer..." gadgets="Okay, Let's go !!!|No, please wait!"`
  7.  
  8. if eq $q "1"
  9. Assign NAPALM: ""
  10. Mount NAPALM_BOOT: FROM Setup/Boot-Mountlist
  11. Makedir NAPALM_BOOT:S
  12. Copy C:Assign TO NAPALM_BOOT:
  13. cd sys:
  14. Echo "CD *"`CD`*"*NC/ASSIGN C: C*NASSIGN DEVS: DEVS*NASSIGN LIBS: LIBS*NASSIGN L: L*NASSIGN S: S*NASSIGN FONTS: FONTS*NSetpatch >NIL Quiet*N" TO ram:boot1.napalm
  15. cd NAPALM:
  16. Echo "CD *"`CD`*"*NAssign ENV: RAM:*NAssign T: RAM:*NNapalm*NRemRad force*NWait 1*NSetup/Boot-Reset" to ram:boot2.napalm
  17. Join ram:boot1.napalm ram:boot2.napalm to NAPALM_BOOT:S/Startup-Sequence
  18. Wait 1
  19. Setup/Boot-Reset
  20. endif
  21.